home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / wincomm / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TEXTMSGFORM / TEXTMSGFORM.txt
Text File  |  1997-04-14  |  3KB  |  146 lines

  1. object ExtMsgForm: TExtMsgForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ExtMsgForm'
  7.   ClientHeight = 136
  8.   ClientWidth = 427
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   OnKeyDown = FormKeyDown
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TextField: TLabel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 417
  22.     Height = 69
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ShowAccelChar = False
  31.   end
  32.   object B1: TButton
  33.     Left = 5
  34.     Top = 80
  35.     Width = 90
  36.     Height = 24
  37.     Caption = 'B1'
  38.     Default = True
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ModalResult = 101
  44.     ParentFont = False
  45.     TabOrder = 0
  46.   end
  47.   object B2: TButton
  48.     Left = 105
  49.     Top = 80
  50.     Width = 90
  51.     Height = 24
  52.     Caption = 'B2'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ModalResult = 102
  58.     ParentFont = False
  59.     TabOrder = 1
  60.   end
  61.   object B3: TButton
  62.     Left = 205
  63.     Top = 80
  64.     Width = 90
  65.     Height = 24
  66.     Caption = 'B3'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ModalResult = 103
  72.     ParentFont = False
  73.     TabOrder = 2
  74.   end
  75.   object B4: TButton
  76.     Left = 305
  77.     Top = 80
  78.     Width = 90
  79.     Height = 24
  80.     Caption = 'B4'
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ModalResult = 104
  86.     ParentFont = False
  87.     TabOrder = 3
  88.   end
  89.   object B5: TButton
  90.     Left = 5
  91.     Top = 108
  92.     Width = 90
  93.     Height = 24
  94.     Caption = 'B5'
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ModalResult = 105
  100.     ParentFont = False
  101.     TabOrder = 4
  102.   end
  103.   object B6: TButton
  104.     Left = 105
  105.     Top = 108
  106.     Width = 90
  107.     Height = 24
  108.     Caption = 'B6'
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ModalResult = 106
  114.     ParentFont = False
  115.     TabOrder = 5
  116.   end
  117.   object B7: TButton
  118.     Left = 205
  119.     Top = 109
  120.     Width = 90
  121.     Height = 24
  122.     Caption = 'B7'
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ModalResult = 107
  128.     ParentFont = False
  129.     TabOrder = 6
  130.   end
  131.   object B8: TButton
  132.     Left = 305
  133.     Top = 109
  134.     Width = 90
  135.     Height = 24
  136.     Caption = 'B8'
  137.     Font.Color = clBlack
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ModalResult = 108
  142.     ParentFont = False
  143.     TabOrder = 7
  144.   end
  145. end
  146.